home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / progwin.zip / HELLOWIN.ZIP / HELLOWIN.DEF < prev    next >
Encoding:
Text File  |  1991-09-04  |  359 b   |  15 lines

  1. ;-------------------------------------
  2. ; HELLOWIN.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. NAME        HELLOWIN
  6.  
  7. DESCRIPTION    'Hello Windows Program (c) Charles Petzold, 1990"
  8. EXETYPE        WINDOWS
  9. STUB        'WINSTUB.EXE'
  10. CODE        PRELOAD MOVEABLE DISCARDABLE
  11. DATA        PRELOAD MOVEABLE MULTIPLE
  12. HEAPSIZE    1024
  13. STACKSIZE    8192
  14. EXPORTS        WndProc
  15.